home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / game / text / EAC14b.lha / EAC / Developers / Encryptor / Encryptor.txt < prev    next >
Text File  |  1998-10-08  |  2KB  |  49 lines

  1.  
  2. Encryptor v1.5
  3. --------------
  4.  
  5. Encryptor converts normal EAC scripts into an encrypted binary file 
  6. format called EAC-2. There are three advantages of using Encryptor. 
  7. The first is that your code is very secure, as it can't be viewed or
  8. altered because it's all encrypted, making it very hard for people to 
  9. cheat whilst playing your adventures. Secondly, EAC-2 files load around 
  10. 40% faster into EAC  than normal EAC scripts do, due to the fact that all
  11. of the jump tables are contained within the code, this does however, make your code a tiny bit bigger. Finally, Encryptor now offers a new
  12. advanced encryption format, which allows you to include ILBM's and
  13. tracker modules into the code itself, making external data files a 
  14. thing of the past!
  15.  
  16. Why include files?
  17. ------------------
  18.  
  19. Including all of your pictures and modules into your code means that
  20. your adventure becomes just one code, and you no longer have to worry
  21. about external files.
  22.  
  23. Is Encryptor a compiler?
  24. ------------------------
  25.  
  26. No. Encryptor only scrambles the data so that no one except EAC can
  27. read it. Encryptor will not make executable files.
  28.  
  29. Disclaimer
  30. ----------
  31.  
  32. This program should only be used by advanced EAC coders. Make sure you
  33. keep a copy of your source code when converting your adventure scripts!
  34.  
  35. Shareware
  36. ---------
  37.  
  38. Please note that you will only be able to use the Encryptor program
  39. if you have registered EAC. Please read the shareware notice in the
  40. EAC.guide for information about registering this software.
  41.  
  42. Encryptor v1.5 Credits
  43. ----------------------
  44.  
  45. Design & Coding     :   Matt Briggs
  46.  
  47. Ideas and comments  :   Andrew Fitzgerald
  48.                         Roy Krister Ellingsen
  49.